applyAssetProperty

open suspend fun applyAssetProperty(asset: Asset, property: AssetProperty)

Custom implementation of applying asset properties to the active scene. It is required to override this method only in case a property needs to be applied. Implementation can be invoked via ly.img.engine.AssetApi.applyAssetSourceProperty where sourceId should be the sourceId of this AssetSource.

Parameters

asset

the asset that should be applied

property

the property that should be applied